Table of Contents

Class FederatedCredentialInit

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The FederatedCredentialInit dictionary represents the object passed to Create(CredentialCreationOptions) as the value of the federated option: that is, when creating a FederatedCredential object representing a credential associated with a federated identify provider.

[ToObject]
public class FederatedCredentialInit : CredentialData
Inheritance
FederatedCredentialInit
Inherited Members

Remarks

NOTE

The Federated Credential Management API (FedCM) supersedes the FederatedCredential interface in favor of the IdentityCredential interface.

The FederatedCredentialInit dictionary is not used when working with the IdentityCredential interface.

See also on MDN

Constructors

FederatedCredentialInit()

public FederatedCredentialInit()

Fields

IconURL

[Value("iconURL")]
public string IconURL

Field Value

string

Name

[Value("name")]
public string Name

Field Value

string

Origin

[Value("origin")]
public required string Origin

Field Value

string

Protocol

[Value("protocol")]
public string Protocol

Field Value

string

Provider

[Value("provider")]
public required string Provider

Field Value

string