AuthProviderConfig class sealed

Implementers

Properties

displayName → String?
The user-friendly display name to the current configuration. This name is also used as the provider label in the Cloud Console.
final
enabled → bool
Whether the provider configuration is enabled or disabled. A user cannot sign in using a disabled provider.
final
hashCode → int
The hash code for this object.
no setterinherited
providerId → String
The provider ID defined by the developer. For a SAML provider, this is always prefixed by saml.. For an OIDC provider, this is always prefixed by oidc..
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited