Class AssertionExtensionInputs
- All Implemented Interfaces:
ExtensionInputs
navigator.credentials.get()
operation. All members are
optional.
The authenticator extension inputs are derived from these client extension inputs.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
getAppid()
The input to the FIDO AppID Extension (appid
).Returns aSet
of the extension IDs for which an extension input is present.The input to the Large blob storage extension (largeBlob
).boolean
getUvm()
int
hashCode()
merge
(AssertionExtensionInputs other) Mergeother
intothis
.toString()
-
Method Details
-
merge
Mergeother
intothis
. Non-null field values fromthis
take precedence.- Returns:
- a new
AssertionExtensionInputs
instance with the settings from boththis
andother
.
-
getExtensionIds
Description copied from interface:ExtensionInputs
Returns aSet
of the extension IDs for which an extension input is present.- Specified by:
getExtensionIds
in interfaceExtensionInputs
- Returns:
- The extension identifiers of all extensions configured.
- See Also:
-
getAppid
The input to the FIDO AppID Extension (appid
).This extension allows WebAuthn Relying Parties that have previously registered a credential using the legacy FIDO JavaScript APIs to request an assertion. The FIDO APIs use an alternative identifier for Relying Parties called an AppID, and any credentials created using those APIs will be scoped to that identifier. Without this extension, they would need to be re-registered in order to be scoped to an RP ID.
This extension does not allow FIDO-compatible credentials to be created. Thus, credentials created with WebAuthn are not backwards compatible with the FIDO JavaScript APIs.
- See Also:
-
getLargeBlob
The input to the Large blob storage extension (largeBlob
).This extension allows a Relying Party to store opaque data associated with a credential.
-
getUvm
public boolean getUvm()- Returns:
true
if the User Verification Method Extension (uvm
) is enabled,false
otherwise.- See Also:
-
builder
-
toBuilder
-
equals
-
hashCode
public int hashCode() -
toString
-