Interface Account
public interface Account
The object representing a user account.
An Account is created when a FIDO UAF registration is completed successfully.
-
Method Summary
-
Method Details
-
username
The username associated with theAccount. This is a unique identifier.Depending on the backend, the username can be a UUID, an email or a login ID.
usernameis used because it matches the nomenclature used in the FIDO UAF specification to refer to a user unique identifier.The SDK does not support having identities with the same
usernamedefined in different servers. So, theusernameis unique among the identities in all servers.- Returns:
- the username
-
server
The object describing the server where the account is defined.- Returns:
- the server
-