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