JwtServiceAccountAuthenticator constructor
JwtServiceAccountAuthenticator(
- String serviceAccountJsonString
Implementation
factory JwtServiceAccountAuthenticator(String serviceAccountJsonString) =>
JwtServiceAccountAuthenticator.fromJson(
jsonDecode(serviceAccountJsonString));