toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-iamidentitycenter
/
org.http4k.connect.amazon.iamidentitycenter
/
Auth
Auth
data
class
Auth
(
val
code
:
AuthCode
?
,
val
state
:
String
?
,
val
error
:
String
?
,
val
errorDescription
:
String
?
)
Members
Constructors
Auth
Link copied to clipboard
constructor
(
code
:
AuthCode
?
,
state
:
String
?
,
error
:
String
?
,
errorDescription
:
String
?
)
Properties
code
Link copied to clipboard
val
code
:
AuthCode
?
error
Link copied to clipboard
val
error
:
String
?
error
Description
Link copied to clipboard
val
errorDescription
:
String
?
state
Link copied to clipboard
val
state
:
String
?