WebIDLpedia

IdentityProviderAccount dictionary

Definition

Federated Credential Management API defines IdentityProviderAccount



dictionary IdentityProviderAccount {
  required USVString id;
  required USVString name;
  required USVString email;
  USVString given_name;
  USVString picture;
  sequence<USVString> approved_clients;
  sequence<DOMString> login_hints;
  sequence<DOMString> domain_hints;
};

Referring IDL interfaces/dictionaries