Structures
The following structures are available globally.
-
Constants used throughout the FIDO module.
See moreDeclaration
Swift
public struct FidoConstants -
Represents the options for creating a new public key credential.
See moreDeclaration
Swift
public struct PublicKeyCredentialCreationOptions : Codable -
Represents the options for a public key credential request.
See moreDeclaration
Swift
public struct PublicKeyCredentialRequestOptions : Codable -
Represents a public key credential relying party entity.
See moreDeclaration
Swift
public struct PublicKeyCredentialRpEntity : Codable -
Represents a public key credential user entity.
See moreDeclaration
Swift
public struct PublicKeyCredentialUserEntity : Codable -
Represents the parameters for a public key credential.
See moreDeclaration
Swift
public struct PublicKeyCredentialParameters : Codable -
Represents a public key credential descriptor.
See moreDeclaration
Swift
public struct PublicKeyCredentialDescriptor : Codable -
Represents the authenticator selection criteria.
See moreDeclaration
Swift
public struct AuthenticatorSelectionCriteria : Codable -
Represents a public key credential.
See moreDeclaration
Swift
public struct PublicKeyCredential<T> : Codable where T : Decodable, T : Encodable -
Represents the response from an authenticator for an attestation.
See moreDeclaration
Swift
public struct AuthenticatorAttestationResponse : Codable -
Represents the response from an authenticator for an assertion.
See moreDeclaration
Swift
public struct AuthenticatorAssertionResponse : Codable
View on GitHub
Structures Reference