Uses of Class
io.github.ma1uta.matrix.client.model.auth.Identifier
-
Packages that use Identifier Package Description io.github.ma1uta.matrix.client.model.auth Authentication API models. -
-
Uses of Identifier in io.github.ma1uta.matrix.client.model.auth
Subclasses of Identifier in io.github.ma1uta.matrix.client.model.auth Modifier and Type Class Description class
PhoneIdentifier
The user is identified by a phone number.class
ThirdpartyIdentifier
The user is identified by a third-party identifer in canonicalised form.class
UserIdentifier
The user is identified by their Matrix ID.Fields in io.github.ma1uta.matrix.client.model.auth declared as Identifier Modifier and Type Field Description private Identifier
LoginRequest. identifier
Identification information for the user.Methods in io.github.ma1uta.matrix.client.model.auth that return Identifier Modifier and Type Method Description Identifier
LoginRequest. getIdentifier()
Methods in io.github.ma1uta.matrix.client.model.auth with parameters of type Identifier Modifier and Type Method Description void
LoginRequest. setIdentifier(Identifier identifier)
-