RefreshTokensParams

class RefreshTokensParams(val client: HttpClient, val response: HttpResponse, val oldTokens: BearerTokens?)

Parameters to be passed to BearerAuthConfig.refreshTokens lambda.

Constructors

Link copied to clipboard
fun RefreshTokensParams(client: HttpClient, response: HttpResponse, oldTokens: BearerTokens?)

Functions

Link copied to clipboard

Marks that this request is for refreshing auth tokens, resulting in a special handling of it.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard