docs.rodeo

MDN Web Docs mirror

IdentityCredentialRequestOptions

{{APIRef("FedCM API")}} {{SecureContext_Header}} {{SeeCompatTable}} 

The IdentityCredentialRequestOptions dictionary represents the object passed to {{domxref("CredentialsContainer.get()")}}  as the value of the identity option.

When an identity option is provided in a get() call made on a {{glossary("Relying party", "relying party")}}  (RP) website, the user is offered a list of {{glossary("identity provider", "federated identity providers")}}  (IdPs) as sign-in options. Once the user signs in successfully using one of these options, the promise returned by the get() call returns an {{domxref("IdentityCredential")}}  object.

Instance properties

Specifications

{{Specifications}} 

Browser compatibility

{{Compat}} 

In this article

View on MDN