JwtServiceAccountAuthenticator constructor

JwtServiceAccountAuthenticator(
  1. String serviceAccountJsonString
)

Implementation

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