credentialType property

String? credentialType
getter/setter pair

Type of credential.

Required. Possible string values are:

  • "TYPE_UNSPECIFIED" : Type unspecified.
  • "PUBLIC_KEY" : Public key credential.

Implementation

core.String? credentialType;