AuthenticationType

public enum AuthenticationType : String, CustomStringConvertible, Codable

Undocumented

  • api

    Undocumented

    Declaration

    Swift

    case api = "API"
  • Undocumented

    Declaration

    Swift

    case saml = "SAML"
  • Undocumented

    Declaration

    Swift

    case userpool = "USERPOOL"
  • Declaration

    Swift

    public var description: String { get }