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