trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-clientserverapi-model
/
de.connect2x.trixnity.clientserverapi.model.authentication
/
GetOIDCRequestToken
/
Response
Response
@
Serializable
data
class
Response
(
val
accessToken
:
String
,
val
expiresIn
:
Long
,
val
matrixServerName
:
String
,
val
tokenType
:
String
=
"Bearer"
)
Members
Constructors
Response
Link copied to clipboard
constructor
(
accessToken
:
String
,
expiresIn
:
Long
,
matrixServerName
:
String
,
tokenType
:
String
=
"Bearer"
)
Properties
access
Token
Link copied to clipboard
@
SerialName
(
value
=
"access_token"
)
val
accessToken
:
String
expires
In
Link copied to clipboard
@
SerialName
(
value
=
"expires_in"
)
val
expiresIn
:
Long
matrix
Server
Name
Link copied to clipboard
@
SerialName
(
value
=
"matrix_server_name"
)
val
matrixServerName
:
String
token
Type
Link copied to clipboard
@
SerialName
(
value
=
"token_type"
)
val
tokenType
:
String