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-iamidentitycenter
/
org.http4k.connect.amazon.iamidentitycenter
/
Auth
Auth
data
class
Auth
(
val
code
:
AuthCode
?
,
val
state
:
String
?
,
val
error
:
String
?
,
val
errorDescription
:
String
?
)
(
source
)
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
?