updateIDPJWTConfig method

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

Implementation

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