ServiceAccountAuthenticator constructor
Implementation
factory ServiceAccountAuthenticator(
String serviceAccountJsonString,
List<String> scopes,
) => ServiceAccountAuthenticator.fromJson(
jsonDecode(serviceAccountJsonString),
scopes,
);
factory ServiceAccountAuthenticator(
String serviceAccountJsonString,
List<String> scopes,
) => ServiceAccountAuthenticator.fromJson(
jsonDecode(serviceAccountJsonString),
scopes,
);