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
/
JwtHeader
Jwt
Header
@
Serializable
data
class
JwtHeader
(
val
algorithn
:
String
?
=
null
,
val
type
:
String
?
=
null
,
val
keyId
:
String
?
=
null
,
val
tokenType
:
String
?
=
null
,
val
tenantKey
:
String
?
=
null
,
val
version
:
String
?
=
null
)
Members
Constructors
Jwt
Header
Link copied to clipboard
constructor
(
algorithn
:
String
?
=
null
,
type
:
String
?
=
null
,
keyId
:
String
?
=
null
,
tokenType
:
String
?
=
null
,
tenantKey
:
String
?
=
null
,
version
:
String
?
=
null
)
Properties
algorithn
Link copied to clipboard
@
SerialName
(
value
=
"alg"
)
val
algorithn
:
String
?
=
null
key
Id
Link copied to clipboard
@
SerialName
(
value
=
"kid"
)
val
keyId
:
String
?
=
null
tenant
Key
Link copied to clipboard
@
SerialName
(
value
=
"tnk"
)
val
tenantKey
:
String
?
=
null
token
Type
Link copied to clipboard
@
SerialName
(
value
=
"tty"
)
val
tokenType
:
String
?
=
null
type
Link copied to clipboard
@
SerialName
(
value
=
"typ"
)
val
type
:
String
?
=
null
version
Link copied to clipboard
@
SerialName
(
value
=
"ver"
)
val
version
:
String
?
=
null