PublicKeyCredential
public struct PublicKeyCredential<T> : Codable where T : Decodable, T : Encodable
Represents a public key credential.
-
The ID of the public key credential.
Declaration
Swift
public let id: String -
The raw ID of the public key credential.
Declaration
Swift
public let rawId: String -
The type of the public key credential.
Declaration
Swift
public let type: PublicKeyCredentialType -
The response from the authenticator.
Declaration
Swift
public let response: T
View on GitHub