GrpcAuthenticator.idTokenFromServiceAccountJwt constructor

GrpcAuthenticator.idTokenFromServiceAccountJwt(
  1. Map<String, dynamic> serviceAccountJson
)

Implementation

factory GrpcAuthenticator.idTokenFromServiceAccountJwt(
    Map<String, dynamic> serviceAccountJson) {
  return jwt.JwtServiceAccountAuthenticator(serviceAccountJson);
}