Package io.hanko.sdk.webauthn.api
Class User
java.lang.Object
io.hanko.sdk.webauthn.api.User
- Direct Known Subclasses:
AuthenticationInitializationUser
,RegistrationInitializationUser
Base representation of a user on whose behalf registration and authentication are performed with the
Hanko API.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
The ID of the user. -
name
The name of the user. -
displayName
The displayName of the user.
-
-
Constructor Details
-
User
public User()Construct a User. -
User
Construct a user- Parameters:
id
- the ID of the username
- the name of the userdisplayName
- the displayName of the user
-
-
Method Details