IdentityProviderTypeType

public enum IdentityProviderTypeType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case saml = "SAML"
  • Undocumented

    Declaration

    Swift

    case facebook = "Facebook"
  • Undocumented

    Declaration

    Swift

    case google = "Google"
  • Undocumented

    Declaration

    Swift

    case loginwithamazon = "LoginWithAmazon"
  • Undocumented

    Declaration

    Swift

    case signinwithapple = "SignInWithApple"
  • Undocumented

    Declaration

    Swift

    case oidc = "OIDC"
  • Declaration

    Swift

    public var description: String { get }