AuthenticationType
public enum AuthenticationType
An enum that includes the authentication types for which logout is supported.
-
An enum covering all the presenters will be used while logout
See moreDeclaration
Swift
public enum Presenter -
SAML authentication with pass the presenter used while onboarding or restore
Declaration
Swift
case SAML(WKWebViewPresenting) -
OAuth authentication with pass the authentication parameters, presenter used while onboarding or restore
Declaration
Swift
case Oauth(OAuth2AuthenticationParameters, Presenter) -
Basic authentication
Declaration
Swift
case basic