LoginTokenPostResponse
Defined in: src/@types/auth.ts:243
The result of a successful m.login.token issuance request as per https://spec.matrix.org/v1.7/client-server-api/#post_matrixclientv1loginget_token
Properties
Section titled “Properties”expires_in_ms
Section titled “expires_in_ms”expires_in_ms:
number
Defined in: src/@types/auth.ts:251
Expiration in milliseconds.
login_token
Section titled “login_token”login_token:
string
Defined in: src/@types/auth.ts:247
The token to use with m.login.token to authenticate.