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
/
OIDCAction
OIDCAction
abstract
class
OIDCAction
<
R
:
Any
>
(
clazz
:
KClass
<
R
>
)
:
NonNullAutoMarshalledAction
<
R
>
(
source
)
Inheritors
CreateToken
RegisterClient
StartDeviceAuthorization
Members
Constructors
OIDCAction
Link copied to clipboard
constructor
(
clazz
:
KClass
<
R
>
)
Functions
to
Request
Link copied to clipboard
abstract
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
R
,
RemoteFailure
>