Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 747 Bytes

File metadata and controls

24 lines (17 loc) · 747 Bytes

Provider

The identity provider (e.g. saml_custom, oidc_custom, oidc_github_enterprise, oidc_gitlab)

Example Usage

import com.clerk.backend_api.models.operations.Provider;

Provider value = Provider.SAML_CUSTOM;

Values

Name Value
SAML_CUSTOM saml_custom
SAML_OKTA saml_okta
SAML_GOOGLE saml_google
SAML_MICROSOFT saml_microsoft
OIDC_CUSTOM oidc_custom
OIDC_GITHUB_ENTERPRISE oidc_github_enterprise
OIDC_GITLAB oidc_gitlab