toggle menu
TTDC
androidJvm
switch theme
search in API
appsuite_deftpower_api_common_deftpower
/
com.tomtom.ivi.appsuite.deftpower.api.common.deftpower
/
AccessToken
Access
Token
@
JvmInline
value
class
AccessToken
(
val
token
:
String
)
:
Parcelable
Data type encapsulating an AppAuth access token.
Members
Constructors
Access
Token
Link copied to clipboard
constructor
(
token
:
String
)
Properties
token
Link copied to clipboard
val
token
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Inherited functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)