trixnity-clientserverapi-model
3.0.0
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.authentication
/
GetOIDCRequestToken
/
Response
Response
@
Serializable
data
class
Response
(
val
accessToken
:
String
,
val
expiresIn
:
Long
,
val
matrixServerName
:
String
,
val
tokenType
:
String
=
"Bearer"
)
Constructors
Properties
Constructors
Response
Link copied to clipboard
fun
Response
(
accessToken
:
String
,
expiresIn
:
Long
,
matrixServerName
:
String
,
tokenType
:
String
=
"Bearer"
)
Properties
access
Token
Link copied to clipboard
val
accessToken
:
String
expires
In
Link copied to clipboard
val
expiresIn
:
Long
matrix
Server
Name
Link copied to clipboard
val
matrixServerName
:
String
token
Type
Link copied to clipboard
val
tokenType
:
String