ServiceAccountAuthenticator.fromJson constructor
ServiceAccountAuthenticator.fromJson()
Implementation
ServiceAccountAuthenticator.fromJson(
Map<String, dynamic> serviceAccountJson,
this._scopes,
) : _serviceAccountCredentials = auth.ServiceAccountCredentials.fromJson(
serviceAccountJson,
),
_projectId = serviceAccountJson['project_id'];