AuthenticationMethodGuest

public final class AuthenticationMethodGuest : AuthenticationSingleStepMethod

A method that authenticates the current user using a temporary (virtual) user account.

Initializers

  • Creates a new instance.

    Declaration

    Swift

    public init(file: StaticString = #fileID, line: UInt = #line)

    Parameters

    file

    The file from which the method is called. This is used for debugging purposes.

    line

    The line from which the method is called. This is used for debugging purposes.

AuthenticationMethod Protocol

CustomDebugStringConvertible Protocol

  • Declaration

    Swift

    public var debugDescription: String { get }