Structure
Authenticator.Group.Visual
@available(iOS 11.0, macOS 10.13, macCatalyst 13.0, *)
struct Visual: CustomClientAuthentication
A struct
defining an authenticator relying on WKWebView
s to log in.
Relationships
Member Of
Authenticator.Group
An
enum
listing all authentication implementations.
Conforms To
CustomClientAuthentication
A
protocol
defining an authentication process to be executed mimicing a customClient
.
Properties
Methods
authenticate(in:)
Authenticate the given user.
Parameters
Name | Type | Description |
---|---|---|
client | Client |
A valid |
Returns
A valid Publisher
.