IdentityProviderType

public enum IdentityProviderType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case serviceManaged = "SERVICE_MANAGED"
  • Undocumented

    Declaration

    Swift

    case apiGateway = "API_GATEWAY"
  • Declaration

    Swift

    public var description: String { get }