The FederatedCredentialInit
dictionary represents the object passed to CredentialsContainer.create()
as the value of the federated
option: that is, when creating a FederatedCredential
object representing a credential associated with a federated identify provider.
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.