RevokeToken

@JsonSerializable
data class RevokeToken(val ClientId: ClientId, val ClientSecret: ClientSecret? = null, val Token: RefreshToken) : CognitoAction<Unit> (source)

Constructors

Link copied to clipboard
constructor(ClientId: ClientId, ClientSecret: ClientSecret? = null, Token: RefreshToken)

Properties

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<Unit, RemoteFailure>
Link copied to clipboard
open fun uri(): Uri