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.oidc.action
/
RegisterClient
Register
Client
@
JsonSerializable
data
class
RegisterClient
(
val
clientName
:
ClientName
,
val
scopes
:
List
<
String
>
?
=
null
,
val
grantTypes
:
List
<
GrantType
>
?
=
null
,
val
redirectUris
:
List
<
Uri
>
?
=
null
,
val
issuerUrl
:
Uri
?
=
null
)
:
OIDCAction
<
RegisteredClient
>
(
source
)
Members
Constructors
Register
Client
Link copied to clipboard
constructor
(
clientName
:
ClientName
,
scopes
:
List
<
String
>
?
=
null
,
grantTypes
:
List
<
GrantType
>
?
=
null
,
redirectUris
:
List
<
Uri
>
?
=
null
,
issuerUrl
:
Uri
?
=
null
)
Properties
client
Name
Link copied to clipboard
val
clientName
:
ClientName
grant
Types
Link copied to clipboard
val
grantTypes
:
List
<
GrantType
>
?
issuer
Url
Link copied to clipboard
val
issuerUrl
:
Uri
?
redirect
Uris
Link copied to clipboard
val
redirectUris
:
List
<
Uri
>
?
scopes
Link copied to clipboard
val
scopes
:
List
<
String
>
?
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
<
RegisteredClient
,
RemoteFailure
>