toggle menu
InAppSDK-Android
androidJvm
switch theme
search in API
messaging-inapp-network
/
com.salesforce.android.smi.network.data.domain.auth
/
Auth
Auth
class
Auth
(
val
header
:
JwsHeader
<
*
>
,
val
claims
:
Claims
,
val
rawJwt
:
String
,
val
refreshToken
:
String
,
var
lastEventId
:
String
,
val
isAuthenticated
:
Boolean
)
JWT authentication information.
Members
Constructors
Auth
Link copied to clipboard
constructor
(
header
:
JwsHeader
<
*
>
,
claims
:
Claims
,
rawJwt
:
String
,
refreshToken
:
String
,
lastEventId
:
String
,
isAuthenticated
:
Boolean
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
claims
Link copied to clipboard
val
claims
:
Claims
header
Link copied to clipboard
val
header
:
JwsHeader
<
*
>
is
Authenticated
Link copied to clipboard
val
isAuthenticated
:
Boolean
last
Event
Id
Link copied to clipboard
var
lastEventId
:
String
raw
Jwt
Link copied to clipboard
val
rawJwt
:
String
refresh
Token
Link copied to clipboard
val
refreshToken
:
String
Functions
get
Channel
Address
Id
Link copied to clipboard
fun
getChannelAddressId
(
)
:
String
?
get
Developer
Name
Link copied to clipboard
fun
getDeveloperName
(
)
:
String
is
Expired
Link copied to clipboard
fun
isExpired
(
)
:
Boolean
is
Version
Equal
Link copied to clipboard
fun
isVersionEqual
(
version
:
String
)
:
Boolean