Skip to content

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

expires_in_ms: number

Defined in: src/@types/auth.ts:251

Expiration in milliseconds.


login_token: string

Defined in: src/@types/auth.ts:247

The token to use with m.login.token to authenticate.