AuthenticationMethodGuest
public final class AuthenticationMethodGuest : AuthenticationSingleStepMethod
A method that authenticates the current user using a temporary (virtual) user account.
-
Creates a new instance.
Declaration
Swift
public init(file: StaticString = #fileID, line: UInt = #line)Parameters
fileThe file from which the method is called. This is used for debugging purposes.
lineThe line from which the method is called. This is used for debugging purposes.
-
Declaration
Swift
public var provider: AuthenticationProvider { get } -
Declaration
Swift
public func initializeAuthentication(_: WebcomMarkers.Restricted, for service: AuthenticationService) -> WebcomResult<Void> -
Declaration
Swift
public func authenticate(_: WebcomMarkers.Restricted, then completionCallback: @escaping WebcomResult<AuthenticationDetails>.Callback)
-
Declaration
Swift
public var debugDescription: String { get }