GetTokenSilentlyOptions constructor

GetTokenSilentlyOptions({
  1. String audience,
  2. bool ignoreCache,
  3. String redirect_uri,
  4. String scope,
  5. num timeoutInSeconds,
})

Implementation

external factory GetTokenSilentlyOptions({
  String audience,
  bool ignoreCache,
  String redirect_uri,
  String scope,
  num timeoutInSeconds,
});