Protocol
Authentication
public protocol Authentication
A protocol
defining a generic authentication process.
Relationships
Types Conforming to Authentication
CustomClientAuthentication
A
protocol
defining an authentication process to be executed mimicing a customClient
.Authenticator.Group.Basic.TwoFactor
A
struct
defining an instance capable of resolving a two factor authentication challenge.
Requirements
authenticate()
func authenticate() -> AnyPublisher<Secret, Error>
Authenticate the given user.
Returns
A valid Publisher
.