Enumeration
Authenticator.​Group
enum Group
An enum
listing all authentication implementations.
Relationships
Member Of
Authenticator
A
struct
defining an instance capable of starting the authentication flow for a given user.
Nested Types
Authenticator.Group.Visual
A
struct
defining an authenticator relying onWKWebView
s to log in.Authenticator.Group.Basic
A
struct
defining an authentication relying on username and password and supporting two factor authentication.