FederatedUserIdentifier

Federated user identifier at an Identity Provider.

JSON representation
{
  "providerId": string,
  "rawId": string
}
Fields
providerId

string

The ID of supported identity providers. This should be a provider ID enabled for sign-in, which is either from the list of default supported IdPs, or of the format oidc.* or saml.*. Some examples are google.com, facebook.com, oidc.testapp, and saml.testapp.

rawId

string

The user ID of the account at the third-party Identity Provider specified by providerId.