Table of Contents

Class IdentityProviderAPIConfig

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

Constructors

IdentityProviderAPIConfig()

public IdentityProviderAPIConfig()

Fields

Accounts_endpoint

[Value("accounts_endpoint")]
public required string Accounts_endpoint

Field Value

string

Branding

[Value("branding")]
public IdentityProviderBranding Branding

Field Value

IdentityProviderBranding

Client_metadata_endpoint

[Value("client_metadata_endpoint")]
public required string Client_metadata_endpoint

Field Value

string

Disconnect_endpoint

[Value("disconnect_endpoint")]
public string Disconnect_endpoint

Field Value

string

Id_assertion_endpoint

[Value("id_assertion_endpoint")]
public required string Id_assertion_endpoint

Field Value

string

Login_url

[Value("login_url")]
public required string Login_url

Field Value

string