UserVerificationMethodExtension

  • UserVerificationMethodExtension is an extension for FIDO User Verification Method that helps Relying Parties determine the method used by the user to authorize an operation.

  • This extension can only be used in sign calls.

  • The class extends Object and implements Parcelable.

  • It includes a constructor UserVerificationMethodExtension(boolean uvm) and public methods like equals, getUvm, hashCode, and writeToParcel.

public class UserVerificationMethodExtension extends Object
implements Parcelable

Extension for FIDO User Verification Method.

This authentication extension allows Relying Parties to ascertain the method(s) used by the user to authorize the operation.

Note that this extension can be used in only sign calls.

Inherited Constant Summary

Public Constructor Summary

Public Method Summary

boolean
boolean
int
void
writeToParcel(Parcel dest, int flags)

Inherited Method Summary

Public Constructors

public UserVerificationMethodExtension (boolean uvm)

Public Methods

public boolean equals (Object obj)

public boolean getUvm ()

public int hashCode ()

public void writeToParcel (Parcel dest, int flags)