Class Identifier
- java.lang.Object
-
- io.github.ma1uta.matrix.client.model.auth.Identifier
-
- Direct Known Subclasses:
PhoneIdentifier
,ThirdpartyIdentifier
,UserIdentifier
public abstract class Identifier extends Object
Some authentication mechanisms use a user identifier object to identify a user. The user identifier object has a type field to indicate the type of identifier being used, and depending on the type, has other fields giving the information required to identify the user.
-
-
Method Detail
-
getType
public abstract String getType()
The identifier type.- Returns:
- The identifier type.
-
-