WeConnect
Toggle table of contents
0.2.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
WeConnect
WeConnect
/
rsdev.ovh.weconnect.auth
/
Tokens
Tokens
data
class
Tokens
(
val
accessToken
:
String
,
val
refreshToken
:
String
,
val
idToken
:
String
,
val
expiresAt
:
Instant
,
val
clientId
:
String
=
VW_CLIENT_ID
)
Members
Constructors
Tokens
Link copied to clipboard
constructor
(
accessToken
:
String
,
refreshToken
:
String
,
idToken
:
String
,
expiresAt
:
Instant
,
clientId
:
String
=
VW_CLIENT_ID
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
access
Token
Link copied to clipboard
val
accessToken
:
String
client
Id
Link copied to clipboard
val
clientId
:
String
expires
At
Link copied to clipboard
val
expiresAt
:
Instant
id
Token
Link copied to clipboard
val
idToken
:
String
refresh
Token
Link copied to clipboard
val
refreshToken
:
String