AuthCategoryWebAuthnBehaviour
public protocol AuthCategoryWebAuthnBehaviour : AnyObject
-
- Tag: AuthCategoryWebAuthnBehaviour.associate
Declaration
Swift
@available(iOS 17.4, macOS 13.5, *) func associateWebAuthnCredential( presentationAnchor: AuthUIPresentationAnchor?, options: AuthAssociateWebAuthnCredentialRequest.Options? ) async throws
-
-
listWebAuthnCredentials(options:
Asynchronous) - Tag: AuthCategoryWebAuthnBehaviour.list
Declaration
Swift
func listWebAuthnCredentials( options: AuthListWebAuthnCredentialsRequest.Options? ) async throws -> AuthListWebAuthnCredentialsResult
-
deleteWebAuthnCredential(credentialId:
Asynchronousoptions: ) - Tag: AuthCategoryWebAuthnBehaviour.delete
Declaration
Swift
func deleteWebAuthnCredential( credentialId: String, options: AuthDeleteWebAuthnCredentialRequest.Options? ) async throws