FidoAppIdExtension

public classFidoAppIdExtensionextendsObject
implementsParcelable

Extension for FIDO appId, to support U2F backward compatibility in FIDO2 assertion requests.

This authentication extension allows Relying Parties that have previously registered a credential using the legacy FIDO U2F APIs to request an assertion. Specifically, this extension allows Relying Parties to specify an appId to overwrite the computed rpId for U2F authenticators.

Note that this extension is only valid if used during the get() call; other usage should result in client error.

SeeWebAuthn FIDO AppId extension definition

Inherited Constant Summary

Public Constructor Summary

Public Method Summary

boolean
String
int
void
writeToParcel(Parceldest, int flags)

Inherited Method Summary

Public Constructors

publicFidoAppIdExtension(StringappId)

Public Methods

public booleanequals(Objectobj)

publicStringgetAppId()

public inthashCode()

public voidwriteToParcel(Parceldest, int flags)