Class U2ftoken
java.lang.Object
net.shibboleth.idp.plugin.authn.duo.model.U2ftoken
A U2F token. Deprecated by Duo in February 2022.
- Since:
- 2.1.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder used to build an instance of this class. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic U2ftoken.Builderbuilder()Get the builder for this class.The date the U2F token was registered in Duo.Get the U2F token's registration identifier.
-
Field Details
-
dateAdded
The date the U2F token was registered in Duo. -
registrationId
The U2F token's registration identifier. Use with GET token by ID.
-
-
Constructor Details
-
U2ftoken
Constructor.- Parameters:
builder- the builder
-
-
Method Details
-
getDateAdded
The date the U2F token was registered in Duo.- Returns:
- the date the token was registered
-
getRegistrationId
Get the U2F token's registration identifier. Use with GET token by ID.- Returns:
- the registration identifier of the token
-
builder
Get the builder for this class.- Returns:
- the builder
-