Class FedCmLoginGoogle
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Google FedCM configuration for this client
[Serializable]
public record FedCmLoginGoogle : IJsonOnDeserialized, IEquatable<FedCmLoginGoogle>
- Inheritance
-
FedCmLoginGoogle
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
IsEnabled
When true, shows the Google FedCM prompt on New Universal Login for this client
[JsonPropertyName("is_enabled")]
public bool? IsEnabled { get; set; }
Property Value
- bool?
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.