GetTokensFromRefreshToken

@JsonSerializable
data class GetTokensFromRefreshToken(val ClientId: ClientId, val ClientMetadata: Map<String, String>? = null, val ClientSecret: ClientSecret? = null, val ContextData: ContextData? = null, val DeviceKey: String? = null, val RefreshToken: RefreshToken) : CognitoAction<GetTokensFromRefreshTokenResponse> (source)

Constructors

Link copied to clipboard
constructor(ClientId: ClientId, ClientMetadata: Map<String, String>? = null, ClientSecret: ClientSecret? = null, ContextData: ContextData? = null, DeviceKey: String? = null, RefreshToken: RefreshToken)

Properties

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

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<GetTokensFromRefreshTokenResponse, RemoteFailure>
Link copied to clipboard
open fun uri(): Uri