authentication
Toggle table of contents
0.1.2
common
Platform filter
common
Switch theme
Search in API
authentication
authentication
/
de.gematik.zeta.sdk.authentication.model
/
AccessTokenClaims
/
AccessTokenClaims
Access
Token
Claims
constructor
(
issuer
:
String
,
exp
:
Long
,
audience
:
List
<
String
>
,
subject
:
String
,
iat
:
Long
,
jti
:
String
,
scope
:
String
?
=
null
,
cnf
:
AccessTokenClaims.Cnf
)