ServiceAccountAuthConfig constructor

ServiceAccountAuthConfig({
  1. List<String>? scopes,
  2. String? serviceAccount,
})

Implementation

ServiceAccountAuthConfig({this.scopes, this.serviceAccount});