Package io.github.ma1uta.matrix.client.model.auth
Authentication API models.
-
Class Summary Class Description AuthenticationFlows Authentication flow.AuthenticationStage Stages.Identifier Some authentication mechanisms use a user identifier object to identify a user.LoginRequest Authenticates the user, and issues an access token they can use to authorize themself in subsequent requests.LoginResponse Response for the login request.LoginType Login type.PhoneIdentifier The user is identified by a phone number.SupportedLoginResponse Supported login types.ThirdpartyIdentifier The user is identified by a third-party identifer in canonicalised form.UserIdentifier The user is identified by their Matrix ID.UserInteractiveData In the REST API described in this specification, authentication works by the client and server exchanging JSON dictionaries.