Enhanced Chat Android
Toggle table of contents
1.11.0
Select version
1.11.0
1.10.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Enhanced Chat Android
data
/
com.salesforce.android.smi.network.data.domain.auth
/
Auth
Auth
data
class
Auth
(
val
header
:
JwsHeader
<
*
>
,
val
claims
:
Claims
,
val
rawJwt
:
String
,
val
refreshToken
:
String
,
var
lastEventId
:
String
,
val
isAuthenticated
:
Boolean
,
val
isPersisted
:
Boolean
=
true
)
JWT authentication information.
Members
Constructors
Auth
Link copied to clipboard
constructor
(
header
:
JwsHeader
<
*
>
,
claims
:
Claims
,
rawJwt
:
String
,
refreshToken
:
String
,
lastEventId
:
String
,
isAuthenticated
:
Boolean
,
isPersisted
:
Boolean
=
true
)
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
is
Persisted
Link copied to clipboard
val
isPersisted
:
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
Capabilities
Version
Link copied to clipboard
fun
getCapabilitiesVersion
(
)
:
String
?
get
Channel
Address
Id
Link copied to clipboard
fun
getChannelAddressId
(
)
:
String
?
get
Client
Id
Link copied to clipboard
fun
getClientId
(
)
:
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
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String