toggle menu
MobileMail
androidJvm
switch theme
search in API
MobileMail
/
com.mobilemail.data.oauth
/
StoredToken
Stored
Token
data
class
StoredToken
(
val
accessToken
:
String
,
val
tokenType
:
String
,
val
expiresAt
:
Long
?
,
val
refreshToken
:
String
?
)
Members
Constructors
Stored
Token
Link copied to clipboard
constructor
(
accessToken
:
String
,
tokenType
:
String
,
expiresAt
:
Long
?
,
refreshToken
:
String
?
)
Properties
access
Token
Link copied to clipboard
val
accessToken
:
String
expires
At
Link copied to clipboard
val
expiresAt
:
Long
?
refresh
Token
Link copied to clipboard
val
refreshToken
:
String
?
token
Type
Link copied to clipboard
val
tokenType
:
String
Functions
is
Expired
Link copied to clipboard
fun
isExpired
(
)
:
Boolean
is
Valid
Link copied to clipboard
fun
isValid
(
)
:
Boolean