updateIDPJWTConfig method

ResponseFuture<UpdateIDPJWTConfigResponse> updateIDPJWTConfig(
  1. UpdateIDPJWTConfigRequest request, {
  2. CallOptions? options,
})

Implementation

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