updateIDPOIDCConfig method

ResponseFuture<UpdateIDPOIDCConfigResponse> updateIDPOIDCConfig(
  1. UpdateIDPOIDCConfigRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$2.UpdateIDPOIDCConfigResponse> updateIDPOIDCConfig(
    $2.UpdateIDPOIDCConfigRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateIDPOIDCConfig, request, options: options);
}