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
/
JwtPayload
Jwt
Payload
constructor
(
audience
:
List
<
String
>
?
=
null
,
expirationTime
:
Int
?
=
null
,
issuer
:
String
?
=
null
,
notBeforeTime
:
Int
?
=
null
,
subject
:
String
?
=
null
,
scopes
:
String
?
=
null
,
clientId
:
String
?
=
null
)