updateIDPOIDCConfig method

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

Implementation

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