Represents the identity provider for native federated sign-in via ESPRMAuth.loginWithFederatedToken.

These values are sent as the provider path segment of the federated sign-in endpoint and are distinct from the ESPIdProvider names used by the browser based OAuth flow.

GOOGLE and APPLE are accepted by the backend. Providers reserved for future use, such as facebook and wechat, are rejected with error code 101113.

Enumeration Members

Enumeration Members

APPLE: "apple"
GOOGLE: "google"