Attestation

public enum Attestation : Equatable

An enum representing the type of attestation to be performed when generating a new key pair.

  • No attestation is performed.

    Declaration

    Swift

    case none
  • Attestation is performed with the given challenge.

    Declaration

    Swift

    case challenge(String)