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