AuthenticationProcess
public struct AuthenticationProcess : CustomStringConvertible
A value representing an authentication process.
-
The authentication method.
Declaration
Swift
public let method: AuthenticationMethod
-
The authentication context.
Declaration
Swift
public let context: Context
-
Declaration
Swift
public var description: String { get }