Table of Contents

Class NativeSocialLoginGoogle

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Native Social Login support for the google-oauth2 connection

[Serializable]
public record NativeSocialLoginGoogle : IJsonOnDeserialized, IEquatable<NativeSocialLoginGoogle>
Inheritance
NativeSocialLoginGoogle
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Enabled

Determine whether or not to allow signing in natively using a Google ID token

[JsonPropertyName("enabled")]
public bool? Enabled { 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.