updateIDPJWTConfig method
ResponseFuture<UpdateIDPJWTConfigResponse>
updateIDPJWTConfig(
- UpdateIDPJWTConfigRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$3.UpdateIDPJWTConfigResponse> updateIDPJWTConfig(
$3.UpdateIDPJWTConfigRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$updateIDPJWTConfig, request, options: options);
}