authentication
Toggle table of contents
0.1.2
common
Platform filter
common
Switch theme
Search in API
authentication
authentication
/
de.gematik.zeta.sdk.authentication
/
AuthConfig
Auth
Config
data
class
AuthConfig
(
val
scopes
:
List
<
String
>
,
val
connectorAddress
:
String
,
val
sub
:
String
,
val
exp
:
Int
,
val
authUrl
:
String
)
Members
Constructors
Auth
Config
Link copied to clipboard
constructor
(
scopes
:
List
<
String
>
,
connectorAddress
:
String
,
sub
:
String
,
exp
:
Int
,
authUrl
:
String
)
Properties
auth
Url
Link copied to clipboard
val
authUrl
:
String
connector
Address
Link copied to clipboard
val
connectorAddress
:
String
exp
Link copied to clipboard
val
exp
:
Int
scopes
Link copied to clipboard
val
scopes
:
List
<
String
>
sub
Link copied to clipboard
val
sub
:
String