GrpcAuthenticator.idTokenFromServiceAccountOAuth constructor

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

Implementation

factory GrpcAuthenticator.idTokenFromServiceAccountOAuth(
    Map<String, dynamic> serviceAccountJson) {
  return OAuthServiceAccountAuthenticator(serviceAccountJson);
}