antimatter.constants.identity_provider#

Module Contents#

Classes#

ProviderType

Enum class for defining the type of identity provider.

PrincipalType

Enum class for defining the principal type.

class antimatter.constants.identity_provider.ProviderType#

Bases: str, enum.Enum

Enum class for defining the type of identity provider.

GoogleOAuth = 'GoogleOAuth'#
ApiKey = 'APIKey'#
MicrosoftOAuth = 'MicrosoftOAuth'#
class antimatter.constants.identity_provider.PrincipalType#

Bases: str, enum.Enum

Enum class for defining the principal type.

ApiKey = 'APIKey'#
Email = 'Email'#
HostedDomain = 'HostedDomain'#