CredentialsOptions constructor

CredentialsOptions({
  1. String? audience,
  2. Set<String>? scopes,
  3. num? timeoutInSeconds,
  4. CacheMode? cacheMode,
  5. bool? detailedResponse,
  6. Map<String, String> parameters = const {},
})

Implementation

CredentialsOptions(
    {this.audience,
    this.scopes,
    this.timeoutInSeconds,
    this.cacheMode,
    this.detailedResponse,
    this.parameters = const {}});