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
FederatedCredentialInitdictionary is not used when working with theIdentityCredentialinterface.
Constructors
FederatedCredentialInit()
public FederatedCredentialInit()
Fields
IconURL
[Value("iconURL")]
public string IconURL
Field Value
Name
[Value("name")]
public string Name
Field Value
Origin
[Value("origin")]
public required string Origin
Field Value
Protocol
[Value("protocol")]
public string Protocol
Field Value
Provider
[Value("provider")]
public required string Provider