AuthConfig_GoogleServiceAccountConfig constructor

AuthConfig_GoogleServiceAccountConfig({
  1. String serviceAccount = '',
})

Implementation

AuthConfig_GoogleServiceAccountConfig({this.serviceAccount = ''})
  : super(fullyQualifiedName);