Skip to main content
Class
class Passkey

Initializers

init()

init()

Instance Methods

create(_:forcePlatformKey:forceSecurityKey:)

@MainActor func create(_ options: PasskeyCredentialCreationOptions, forcePlatformKey: Bool, forceSecurityKey: Bool) async throws -> PublicKeyCredentialJSON

get(_:forcePlatformKey:forceSecurityKey:)

Main get entrypoint
@MainActor func get(_ options: PasskeyCredentialRequestOptions, forcePlatformKey: Bool, forceSecurityKey: Bool) async throws -> PublicKeyCredentialJSON