Documentation Index
Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
Use this file to discover all available pages before exploring further.
Structure
navigator.credentials.create request options
struct PasskeyCredentialCreationOptions
Specification reference: https://w3c.github.io/webauthn/#dictionary-makecredentialoptions
Initializers
init(from:)
Inherited from Decodable.init(from:).
init(from decoder: any Decoder) throws
init(rp:user:challenge:pubKeyCredParams:timeout:excludeCredentials:authenticatorSelection:attestation:extensions:)
init(rp: PublicKeyCredentialRpEntity, user: PublicKeyCredentialUserEntity, challenge: Base64URLString, pubKeyCredParams: [PublicKeyCredentialParameters], timeout: Int? = nil, excludeCredentials: [PublicKeyCredentialDescriptor]? = nil, authenticatorSelection: AuthenticatorSelectionCriteria? = nil, attestation: AttestationConveyancePreference? = nil, extensions: AuthenticationExtensionsClientInputs? = nil)