AuthAction
@objc
public enum AuthAction : UInt32
Enumeration of possible authentication actions
-
Request for MFA code
Declaration
Swift
case PromptTotp
-
Request for HSM/TPM key pin (not yet implemented)
Declaration
Swift
case PromptPin
-
Request for app to launch external program/browser that can authenticate with url in [detail] field of auth event
Declaration
Swift
case LoginExternal
-
Undocumented
Declaration
Swift
case Unknown
-
Returns string representation of AuthAction
Declaration
Swift
public var debug: String { get }