Table of Contents

Class IdentityProviderAccount

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class IdentityProviderAccount
Inheritance
IdentityProviderAccount
Inherited Members

Constructors

IdentityProviderAccount()

public IdentityProviderAccount()

Fields

Approved_clients

[Value("approved_clients")]
public List<string> Approved_clients

Field Value

List<string>

Domain_hints

[Value("domain_hints")]
public List<string> Domain_hints

Field Value

List<string>

Email

[Value("email")]
public required string Email

Field Value

string

Given_name

[Value("given_name")]
public string Given_name

Field Value

string

Id

[Value("id")]
public required string Id

Field Value

string

Login_hints

[Value("login_hints")]
public List<string> Login_hints

Field Value

List<string>

Name

[Value("name")]
public required string Name

Field Value

string

Picture

[Value("picture")]
public string Picture

Field Value

string