Outcome
public struct Outcome
The outcome to send back to the SDK containing the new authenticator settings.
-
The result obtained after performing an action.
Declaration
Swift
public let result: OpenSettingsOperationResult
-
Creates a new
Outcome
object.Declaration
Swift
public init(result: OpenSettingsOperationResult)
Parameters
result
The result obtained after performing a settings operation.