SalesforceMobileSDK-Android
Toggle table of contents
14.0.0-rc.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SalesforceMobileSDK-Android
SalesforceSDK
/
com.salesforce.androidsdk.auth
/
JwtPayload
Jwt
Payload
@
Serializable
data
class
JwtPayload
(
val
audience
:
List
<
String
>
?
=
null
,
val
expirationTime
:
Int
?
=
null
,
val
issuer
:
String
?
=
null
,
val
notBeforeTime
:
Int
?
=
null
,
val
subject
:
String
?
=
null
,
val
scopes
:
String
?
=
null
,
val
clientId
:
String
?
=
null
)
Members
Constructors
Jwt
Payload
Link copied to clipboard
constructor
(
audience
:
List
<
String
>
?
=
null
,
expirationTime
:
Int
?
=
null
,
issuer
:
String
?
=
null
,
notBeforeTime
:
Int
?
=
null
,
subject
:
String
?
=
null
,
scopes
:
String
?
=
null
,
clientId
:
String
?
=
null
)
Properties
audience
Link copied to clipboard
@
SerialName
(
value
=
"aud"
)
val
audience
:
List
<
String
>
?
=
null
client
Id
Link copied to clipboard
@
SerialName
(
value
=
"client_id"
)
val
clientId
:
String
?
=
null
expiration
Time
Link copied to clipboard
@
SerialName
(
value
=
"exp"
)
val
expirationTime
:
Int
?
=
null
issuer
Link copied to clipboard
@
SerialName
(
value
=
"iss"
)
val
issuer
:
String
?
=
null
not
Before
Time
Link copied to clipboard
@
SerialName
(
value
=
"nbf"
)
val
notBeforeTime
:
Int
?
=
null
scopes
Link copied to clipboard
@
SerialName
(
value
=
"scp"
)
val
scopes
:
String
?
=
null
subject
Link copied to clipboard
@
SerialName
(
value
=
"sub"
)
val
subject
:
String
?
=
null