Swift Class
class Passkey
init()
@MainActor func create(_ options: PasskeyCredentialCreationOptions, forcePlatformKey: Bool, forceSecurityKey: Bool) async throws -> PublicKeyCredentialJSON
@MainActor func get(_ options: PasskeyCredentialRequestOptions, forcePlatformKey: Bool, forceSecurityKey: Bool) async throws -> PublicKeyCredentialJSON
Was this page helpful?