http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-cognito
/
org.http4k.connect.amazon.cognito.action
/
RevokeToken
Revoke
Token
@
JsonSerializable
data
class
RevokeToken
(
val
ClientId
:
ClientId
,
val
ClientSecret
:
ClientSecret
?
=
null
,
val
Token
:
RefreshToken
)
:
CognitoAction
<
Unit
>
(
source
)
Members
Constructors
Revoke
Token
Link copied to clipboard
constructor
(
ClientId
:
ClientId
,
ClientSecret
:
ClientSecret
?
=
null
,
Token
:
RefreshToken
)
Properties
Client
Id
Link copied to clipboard
val
ClientId
:
ClientId
Client
Secret
Link copied to clipboard
val
ClientSecret
:
ClientSecret
?
Token
Link copied to clipboard
val
Token
:
RefreshToken
Functions
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
Unit
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri