AuthenticationMethod

public protocol AuthenticationMethod : AnyObject, CustomDebugStringConvertible

A type representing an authentication method.

The type conforming to this protocol are designed to be called with special provisions by an AuthenticationService instance. To prevent them from being called directly, they all take a WebcomMarkers.Restricted parameter, which could not be instantiated by external code.

Requirements