Outcome
public struct Outcome
The outcome to send back to the SDK after selecting an authenticator.
-
The unique identifier of the selected authenticator.
Declaration
Swift
public let aaid: AuthenticatorAttestationID
-
Creates a new
Outcome
object.Declaration
Swift
public init(aaid: AuthenticatorAttestationID)
Parameters
aaid
The unique identifier of the selected authenticator.