getLoginToken property

bool? getLoginToken
getter/setter pair

If type is m.login.token, an optional field to indicate to the unauthenticated client that the homeserver supports the POST /login/get_token endpoint. Note that supporting the endpoint does not necessarily indicate that the user attempting to log in will be able to generate such a token.

Implementation

bool? getLoginToken;