PublicKeyCredentialDescriptor

public struct PublicKeyCredentialDescriptor : Codable

Represents a public key credential descriptor.

  • The type of the public key credential.

    Declaration

    Swift

    public let type: PublicKeyCredentialType
  • id

    The ID of the public key credential.

    Declaration

    Swift

    public let id: String
  • The transports for the public key credential.

    Declaration

    Swift

    public let transports: [AuthenticatorTransport]?