toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-security-oauth
/
org.http4k.security.oauth.server
/
AuthorizationCodeDetails
/
AuthorizationCodeDetails
Authorization
Code
Details
constructor
(
clientId
:
ClientId
,
redirectUri
:
Uri
,
expiresAt
:
Instant
,
state
:
State
?
,
isOIDC
:
Boolean
,
responseType
:
ResponseType
=
Code
,
nonce
:
Nonce
?
=
null
)