FederatedCredentialRequestOptions constructor

FederatedCredentialRequestOptions({
  1. Iterable<String>? providers,
  2. Iterable<String>? protocols,
})

Implementation

external factory FederatedCredentialRequestOptions(
    {Iterable<String>? providers, Iterable<String>? protocols});