updateIDPOIDCConfig method

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

Implementation

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