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