PublicKeyCredentialType

  • PublicKeyCredentialType is an enumeration that defines valid credential types.

  • It includes a nested class for handling unsupported credential types.

  • It implements the Parcelable interface.

  • It has an enum value named PUBLIC_KEY.

public final enum PublicKeyCredentialType extends Enum<PublicKeyCredentialType>
implements Parcelable

This enumeration defines the valid credential types.

Nested Class Summary

class PublicKeyCredentialType.UnsupportedPublicKeyCredTypeException Exception thrown when an unsupported or unrecognized transport is encountered. 

Inherited Constant Summary

Inherited Method Summary

Enum Values

public static final PublicKeyCredentialType PUBLIC_KEY