providerId property
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
.
Implementation
core.String? providerId;