Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-core
/
xtdb.api
/
OAuthPasswordResult
OAuth
Password
Result
data
class
OAuthPasswordResult
(
val
userId
:
String
,
var
expiresAt
:
Instant
,
val
accessToken
:
String
,
val
refreshToken
:
String
)
:
OAuthResult
Members
Constructors
OAuth
Password
Result
Link copied to clipboard
constructor
(
userId
:
String
,
expiresAt
:
Instant
,
accessToken
:
String
,
refreshToken
:
String
)
Properties
access
Token
Link copied to clipboard
val
accessToken
:
String
expires
At
Link copied to clipboard
open
override
var
expiresAt
:
Instant
refresh
Token
Link copied to clipboard
val
refreshToken
:
String
user
Id
Link copied to clipboard
open
override
val
userId
:
String
Functions
with
Expiry
Link copied to clipboard
open
override
fun
withExpiry
(
expiresAt
:
Instant
)
:
OAuthPasswordResult