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 more

    Declaration

    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

  • Basic authentication

    Declaration

    Swift

    case basic